SdJwtAndKbJwt

data class SdJwtAndKbJwt<out JWT>(val sdJwt: SdJwt<JWT>, val keyBindingJwt: JWT)(source)

A parameterized representation of a presented SD-JWT with a keyBindingJwt

Parameters

sdJwt

the SD-JWT

keyBindingJwt

a KB-JWT, associated with the sdJwt

JWT

the type representing the JWT

Constructors

Link copied to clipboard
constructor(sdJwt: SdJwt<JWT>, keyBindingJwt: JWT)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline fun <JWT, JWT1> SdJwtAndKbJwt<JWT>.map(f: (JWT) -> JWT1): SdJwtAndKbJwt<JWT1>